1 namespace SoftQuanLyNhaHang.Views
2 {
3     
partial class frmBanHang_Ck_Thue
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
32             
this.tabControlBanHangCk_Thue = new System.Windows.Forms.TabControl();
33             
this.tabPageChietKhau = new System.Windows.Forms.TabPage();
34             
this.btnLuuThayDoi = new System.Windows.Forms.Button();
35             
this.dgvDsSpCkVaThue = new System.Windows.Forms.DataGridView();
36             
this.tabPageChiTietThue = new System.Windows.Forms.TabPage();
37             
this.label9 = new System.Windows.Forms.Label();
38             
this.label8 = new System.Windows.Forms.Label();
39             
this.txtDVTShowText = new System.Windows.Forms.TextBox();
40             
this.btnLuuVaThietLapTiep = new System.Windows.Forms.Button();
41             
this.txtTongTienShowText = new System.Windows.Forms.TextBox();
42             
this.label7 = new System.Windows.Forms.Label();
43             
this.txtThueShowText = new System.Windows.Forms.TextBox();
44             
this.txtChietKhauShowText = new System.Windows.Forms.TextBox();
45             
this.label6 = new System.Windows.Forms.Label();
46             
this.cmbThue = new System.Windows.Forms.ComboBox();
47             
this.txtChietKhau = new System.Windows.Forms.TextBox();
48             
this.label5 = new System.Windows.Forms.Label();
49             
this.txtSoLuong = new System.Windows.Forms.TextBox();
50             
this.label4 = new System.Windows.Forms.Label();
51             
this.txtGiaBan = new System.Windows.Forms.TextBox();
52             
this.label3 = new System.Windows.Forms.Label();
53             
this.txtMaSanPham = new System.Windows.Forms.TextBox();
54             
this.label2 = new System.Windows.Forms.Label();
55             
this.txtTenSanPham = new System.Windows.Forms.TextBox();
56             
this.label1 = new System.Windows.Forms.Label();
57             
this.btnDong = new System.Windows.Forms.Button();
58             
this.IdBanHang = new System.Windows.Forms.DataGridViewTextBoxColumn();
59             
this.TenDonViTinh = new System.Windows.Forms.DataGridViewTextBoxColumn();
60             
this.MaSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
61             
this.STT = new System.Windows.Forms.DataGridViewTextBoxColumn();
62             
this.TenSanPham = new System.Windows.Forms.DataGridViewTextBoxColumn();
63             
this.SoLuong = new System.Windows.Forms.DataGridViewTextBoxColumn();
64             
this.GiaBan = new System.Windows.Forms.DataGridViewTextBoxColumn();
65             
this.ChietKhauPt = new System.Windows.Forms.DataGridViewTextBoxColumn();
66             
this.TongTien = new System.Windows.Forms.DataGridViewTextBoxColumn();
67             
this.tabControlBanHangCk_Thue.SuspendLayout();
68             
this.tabPageChietKhau.SuspendLayout();
69             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsSpCkVaThue)).BeginInit();
70             
this.tabPageChiTietThue.SuspendLayout();
71             
this.SuspendLayout();
72             
//
73             
// tabControlBanHangCk_Thue
74             
//
75             
this.tabControlBanHangCk_Thue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
76             | System.Windows.Forms.AnchorStyles.Right)));
77             
this.tabControlBanHangCk_Thue.Controls.Add(this.tabPageChietKhau);
78             
this.tabControlBanHangCk_Thue.Controls.Add(this.tabPageChiTietThue);
79             
this.tabControlBanHangCk_Thue.Location = new System.Drawing.Point(1, 12);
80             
this.tabControlBanHangCk_Thue.Name = "tabControlBanHangCk_Thue";
81             
this.tabControlBanHangCk_Thue.SelectedIndex = 0;
82             
this.tabControlBanHangCk_Thue.Size = new System.Drawing.Size(881, 452);
83             
this.tabControlBanHangCk_Thue.TabIndex = 0;
84             
//
85             
// tabPageChietKhau
86             
//
87             
this.tabPageChietKhau.Controls.Add(this.btnLuuThayDoi);
88             
this.tabPageChietKhau.Controls.Add(this.dgvDsSpCkVaThue);
89             
this.tabPageChietKhau.Location = new System.Drawing.Point(4, 27);
90             
this.tabPageChietKhau.Name = "tabPageChietKhau";
91             
this.tabPageChietKhau.Padding = new System.Windows.Forms.Padding(3);
92             
this.tabPageChietKhau.Size = new System.Drawing.Size(873, 421);
93             
this.tabPageChietKhau.TabIndex = 0;
94             
this.tabPageChietKhau.Text = "Thiết lập chiết khấu";
95             
this.tabPageChietKhau.UseVisualStyleBackColor = true;
96             
//
97             
// btnLuuThayDoi
98             
//
99             
this.btnLuuThayDoi.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
100             
this.btnLuuThayDoi.Location = new System.Drawing.Point(742, 26);
101             
this.btnLuuThayDoi.Name = "btnLuuThayDoi";
102             
this.btnLuuThayDoi.Size = new System.Drawing.Size(131, 77);
103             
this.btnLuuThayDoi.TabIndex = 1;
104             
this.btnLuuThayDoi.Text = "Lưu thay đổi";
105             
this.btnLuuThayDoi.UseVisualStyleBackColor = true;
106             
this.btnLuuThayDoi.Click += new System.EventHandler(this.btnLuuThayDoi_Click);
107             
//
108             
// dgvDsSpCkVaThue
109             
//
110             
this.dgvDsSpCkVaThue.AllowUserToAddRows = false;
111             
this.dgvDsSpCkVaThue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
112             | System.Windows.Forms.AnchorStyles.Right)));
113             
this.dgvDsSpCkVaThue.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
114             
this.dgvDsSpCkVaThue.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
115             
this.IdBanHang,
116             
this.TenDonViTinh,
117             
this.MaSanPham,
118             
this.STT,
119             
this.TenSanPham,
120             
this.SoLuong,
121             
this.GiaBan,
122             
this.ChietKhauPt,
123             
this.TongTien});
124             
this.dgvDsSpCkVaThue.Location = new System.Drawing.Point(0, 26);
125             
this.dgvDsSpCkVaThue.Name = "dgvDsSpCkVaThue";
126             
this.dgvDsSpCkVaThue.RowTemplate.DefaultCellStyle.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
127             
this.dgvDsSpCkVaThue.RowTemplate.Height = 29;
128             
this.dgvDsSpCkVaThue.Size = new System.Drawing.Size(733, 392);
129             
this.dgvDsSpCkVaThue.TabIndex = 0;
130             
this.dgvDsSpCkVaThue.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDsSpCkVaThue_CellClick);
131             
//
132             
// tabPageChiTietThue
133             
//
134             
this.tabPageChiTietThue.Controls.Add(this.label9);
135             
this.tabPageChiTietThue.Controls.Add(this.label8);
136             
this.tabPageChiTietThue.Controls.Add(this.txtDVTShowText);
137             
this.tabPageChiTietThue.Controls.Add(this.btnLuuVaThietLapTiep);
138             
this.tabPageChiTietThue.Controls.Add(this.txtTongTienShowText);
139             
this.tabPageChiTietThue.Controls.Add(this.label7);
140             
this.tabPageChiTietThue.Controls.Add(this.txtThueShowText);
141             
this.tabPageChiTietThue.Controls.Add(this.txtChietKhauShowText);
142             
this.tabPageChiTietThue.Controls.Add(this.label6);
143             
this.tabPageChiTietThue.Controls.Add(this.cmbThue);
144             
this.tabPageChiTietThue.Controls.Add(this.txtChietKhau);
145             
this.tabPageChiTietThue.Controls.Add(this.label5);
146             
this.tabPageChiTietThue.Controls.Add(this.txtSoLuong);
147             
this.tabPageChiTietThue.Controls.Add(this.label4);
148             
this.tabPageChiTietThue.Controls.Add(this.txtGiaBan);
149             
this.tabPageChiTietThue.Controls.Add(this.label3);
150             
this.tabPageChiTietThue.Controls.Add(this.txtMaSanPham);
151             
this.tabPageChiTietThue.Controls.Add(this.label2);
152             
this.tabPageChiTietThue.Controls.Add(this.txtTenSanPham);
153             
this.tabPageChiTietThue.Controls.Add(this.label1);
154             
this.tabPageChiTietThue.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
155             
this.tabPageChiTietThue.Location = new System.Drawing.Point(4, 27);
156             
this.tabPageChiTietThue.Name = "tabPageChiTietThue";
157             
this.tabPageChiTietThue.Padding = new System.Windows.Forms.Padding(3);
158             
this.tabPageChiTietThue.Size = new System.Drawing.Size(873, 421);
159             
this.tabPageChiTietThue.TabIndex = 1;
160             
this.tabPageChiTietThue.Text = "Chi tiết sản phẩm";
161             
this.tabPageChiTietThue.UseVisualStyleBackColor = true;
162             
//
163             
// label9
164             
//
165             
this.label9.AutoSize = true;
166             
this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
167             
this.label9.Location = new System.Drawing.Point(304, 217);
168             
this.label9.Name = "label9";
169             
this.label9.Size = new System.Drawing.Size(20, 17);
170             
this.label9.TabIndex = 18;
171             
this.label9.Text = "%";
172             
//
173             
// label8
174             
//
175             
this.label8.AutoSize = true;
176             
this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
177             
this.label8.Location = new System.Drawing.Point(304, 266);
178             
this.label8.Name = "label8";
179             
this.label8.Size = new System.Drawing.Size(20, 17);
180             
this.label8.TabIndex = 17;
181             
this.label8.Text = "%";
182             
//
183             
// txtDVTShowText
184             
//
185             
this.txtDVTShowText.BackColor = System.Drawing.Color.White;
186             
this.txtDVTShowText.BorderStyle = System.Windows.Forms.BorderStyle.None;
187             
this.txtDVTShowText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
188             
this.txtDVTShowText.Location = new System.Drawing.Point(307, 164);
189             
this.txtDVTShowText.Name = "txtDVTShowText";
190             
this.txtDVTShowText.ReadOnly = true;
191             
this.txtDVTShowText.Size = new System.Drawing.Size(204, 19);
192             
this.txtDVTShowText.TabIndex = 16;
193             
this.txtDVTShowText.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
194             
//
195             
// btnLuuVaThietLapTiep
196             
//
197             
this.btnLuuVaThietLapTiep.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
198             
this.btnLuuVaThietLapTiep.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
199             
this.btnLuuVaThietLapTiep.Location = new System.Drawing.Point(716, 23);
200             
this.btnLuuVaThietLapTiep.Name = "btnLuuVaThietLapTiep";
201             
this.btnLuuVaThietLapTiep.Size = new System.Drawing.Size(151, 74);
202             
this.btnLuuVaThietLapTiep.TabIndex = 3;
203             
this.btnLuuVaThietLapTiep.Text = "Lưu";
204             
this.btnLuuVaThietLapTiep.UseVisualStyleBackColor = true;
205             
this.btnLuuVaThietLapTiep.Click += new System.EventHandler(this.btnLuuVaThietLapTiep_Click);
206             
//
207             
// txtTongTienShowText
208             
//
209             
this.txtTongTienShowText.BackColor = System.Drawing.Color.White;
210             
this.txtTongTienShowText.BorderStyle = System.Windows.Forms.BorderStyle.None;
211             
this.txtTongTienShowText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
212             
this.txtTongTienShowText.Location = new System.Drawing.Point(180, 326);
213             
this.txtTongTienShowText.Name = "txtTongTienShowText";
214             
this.txtTongTienShowText.ReadOnly = true;
215             
this.txtTongTienShowText.Size = new System.Drawing.Size(331, 19);
216             
this.txtTongTienShowText.TabIndex = 15;
217             
this.txtTongTienShowText.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
218             
//
219             
// label7
220             
//
221             
this.label7.AutoSize = true;
222             
this.label7.Location = new System.Drawing.Point(33, 326);
223             
this.label7.Name = "label7";
224             
this.label7.Size = new System.Drawing.Size(75, 20);
225             
this.label7.TabIndex = 14;
226             
this.label7.Text = "Tổng tiền";
227             
//
228             
// txtThueShowText
229             
//
230             
this.txtThueShowText.BackColor = System.Drawing.Color.White;
231             
this.txtThueShowText.BorderStyle = System.Windows.Forms.BorderStyle.None;
232             
this.txtThueShowText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
233             
this.txtThueShowText.Location = new System.Drawing.Point(341, 262);
234             
this.txtThueShowText.Name = "txtThueShowText";
235             
this.txtThueShowText.ReadOnly = true;
236             
this.txtThueShowText.Size = new System.Drawing.Size(170, 19);
237             
this.txtThueShowText.TabIndex = 13;
238             
this.txtThueShowText.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
239             
//
240             
// txtChietKhauShowText
241             
//
242             
this.txtChietKhauShowText.BackColor = System.Drawing.Color.White;
243             
this.txtChietKhauShowText.BorderStyle = System.Windows.Forms.BorderStyle.None;
244             
this.txtChietKhauShowText.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
245             
this.txtChietKhauShowText.Location = new System.Drawing.Point(341, 211);
246             
this.txtChietKhauShowText.Name = "txtChietKhauShowText";
247             
this.txtChietKhauShowText.ReadOnly = true;
248             
this.txtChietKhauShowText.Size = new System.Drawing.Size(170, 19);
249             
this.txtChietKhauShowText.TabIndex = 12;
250             
this.txtChietKhauShowText.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
251             
//
252             
// label6
253             
//
254             
this.label6.AutoSize = true;
255             
this.label6.Location = new System.Drawing.Point(33, 270);
256             
this.label6.Name = "label6";
257             
this.label6.Size = new System.Drawing.Size(45, 20);
258             
this.label6.TabIndex = 11;
259             
this.label6.Text = "Thuế";
260             
//
261             
// cmbThue
262             
//
263             
this.cmbThue.FormattingEnabled = true;
264             
this.cmbThue.Items.AddRange(new object[] {
265             
"0",
266             
"5",
267             
"10"});
268             
this.cmbThue.Location = new System.Drawing.Point(180, 262);
269             
this.cmbThue.Name = "cmbThue";
270             
this.cmbThue.Size = new System.Drawing.Size(121, 28);
271             
this.cmbThue.TabIndex = 10;
272             
this.cmbThue.SelectionChangeCommitted += new System.EventHandler(this.cmbThue_SelectionChangeCommitted);
273             
//
274             
// txtChietKhau
275             
//
276             
this.txtChietKhau.BackColor = System.Drawing.Color.White;
277             
this.txtChietKhau.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
278             
this.txtChietKhau.Location = new System.Drawing.Point(180, 211);
279             
this.txtChietKhau.Name = "txtChietKhau";
280             
this.txtChietKhau.Size = new System.Drawing.Size(121, 26);
281             
this.txtChietKhau.TabIndex = 9;
282             
this.txtChietKhau.Click += new System.EventHandler(this.txtChietKhau_Click);
283             
this.txtChietKhau.TextChanged += new System.EventHandler(this.txtChietKhau_TextChanged);
284             
this.txtChietKhau.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtChietKhau_KeyDown);
285             
this.txtChietKhau.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtChietKhau_KeyPress);
286             
this.txtChietKhau.MouseCaptureChanged += new System.EventHandler(this.txtChietKhau_MouseCaptureChanged);
287             
//
288             
// label5
289             
//
290             
this.label5.AutoSize = true;
291             
this.label5.Location = new System.Drawing.Point(33, 219);
292             
this.label5.Name = "label5";
293             
this.label5.Size = new System.Drawing.Size(85, 20);
294             
this.label5.TabIndex = 8;
295             
this.label5.Text = "Chiết khấu";
296             
//
297             
// txtSoLuong
298             
//
299             
this.txtSoLuong.BackColor = System.Drawing.Color.White;
300             
this.txtSoLuong.Enabled = false;
301             
this.txtSoLuong.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
302             
this.txtSoLuong.Location = new System.Drawing.Point(180, 161);
303             
this.txtSoLuong.Name = "txtSoLuong";
304             
this.txtSoLuong.ReadOnly = true;
305             
this.txtSoLuong.Size = new System.Drawing.Size(121, 26);
306             
this.txtSoLuong.TabIndex = 7;
307             
//
308             
// label4
309             
//
310             
this.label4.AutoSize = true;
311             
this.label4.Location = new System.Drawing.Point(33, 169);
312             
this.label4.Name = "label4";
313             
this.label4.Size = new System.Drawing.Size(72, 20);
314             
this.label4.TabIndex = 6;
315             
this.label4.Text = "Số lượng";
316             
//
317             
// txtGiaBan
318             
//
319             
this.txtGiaBan.BackColor = System.Drawing.Color.White;
320             
this.txtGiaBan.Enabled = false;
321             
this.txtGiaBan.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
322             
this.txtGiaBan.Location = new System.Drawing.Point(180, 116);
323             
this.txtGiaBan.Name = "txtGiaBan";
324             
this.txtGiaBan.ReadOnly = true;
325             
this.txtGiaBan.Size = new System.Drawing.Size(331, 26);
326             
this.txtGiaBan.TabIndex = 5;
327             
//
328             
// label3
329             
//
330             
this.label3.AutoSize = true;
331             
this.label3.Location = new System.Drawing.Point(33, 124);
332             
this.label3.Name = "label3";
333             
this.label3.Size = new System.Drawing.Size(65, 20);
334             
this.label3.TabIndex = 4;
335             
this.label3.Text = "Giá bán";
336             
//
337             
// txtMaSanPham
338             
//
339             
this.txtMaSanPham.BackColor = System.Drawing.Color.White;
340             
this.txtMaSanPham.Enabled = false;
341             
this.txtMaSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
342             
this.txtMaSanPham.Location = new System.Drawing.Point(180, 71);
343             
this.txtMaSanPham.Name = "txtMaSanPham";
344             
this.txtMaSanPham.ReadOnly = true;
345             
this.txtMaSanPham.Size = new System.Drawing.Size(530, 26);
346             
this.txtMaSanPham.TabIndex = 3;
347             
//
348             
// label2
349             
//
350             
this.label2.AutoSize = true;
351             
this.label2.Location = new System.Drawing.Point(33, 79);
352             
this.label2.Name = "label2";
353             
this.label2.Size = new System.Drawing.Size(105, 20);
354             
this.label2.TabIndex = 2;
355             
this.label2.Text = "Mã sản phẩm";
356             
//
357             
// txtTenSanPham
358             
//
359             
this.txtTenSanPham.BackColor = System.Drawing.Color.White;
360             
this.txtTenSanPham.Enabled = false;
361             
this.txtTenSanPham.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
362             
this.txtTenSanPham.Location = new System.Drawing.Point(180, 29);
363             
this.txtTenSanPham.Name = "txtTenSanPham";
364             
this.txtTenSanPham.ReadOnly = true;
365             
this.txtTenSanPham.Size = new System.Drawing.Size(530, 26);
366             
this.txtTenSanPham.TabIndex = 1;
367             
//
368             
// label1
369             
//
370             
this.label1.AutoSize = true;
371             
this.label1.Location = new System.Drawing.Point(33, 37);
372             
this.label1.Name = "label1";
373             
this.label1.Size = new System.Drawing.Size(110, 20);
374             
this.label1.TabIndex = 0;
375             
this.label1.Text = "Tên sản phẩm";
376             
//
377             
// btnDong
378             
//
379             
this.btnDong.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
380             
this.btnDong.Location = new System.Drawing.Point(797, 0);
381             
this.btnDong.Name = "btnDong";
382             
this.btnDong.Size = new System.Drawing.Size(81, 32);
383             
this.btnDong.TabIndex = 2;
384             
this.btnDong.Text = "Đóng";
385             
this.btnDong.UseVisualStyleBackColor = true;
386             
this.btnDong.Click += new System.EventHandler(this.btnDong_Click);
387             
//
388             
// IdBanHang
389             
//
390             
this.IdBanHang.HeaderText = "IdBanHang";
391             
this.IdBanHang.Name = "IdBanHang";
392             
this.IdBanHang.Visible = false;
393             
//
394             
// TenDonViTinh
395             
//
396             
this.TenDonViTinh.HeaderText = "TenDonViTinh";
397             
this.TenDonViTinh.Name = "TenDonViTinh";
398             
this.TenDonViTinh.Visible = false;
399             
//
400             
// MaSanPham
401             
//
402             
this.MaSanPham.HeaderText = "MaSanPham";
403             
this.MaSanPham.Name = "MaSanPham";
404             
this.MaSanPham.Visible = false;
405             
//
406             
// STT
407             
//
408             
this.STT.FillWeight = 40F;
409             
this.STT.HeaderText = "STT";
410             
this.STT.Name = "STT";
411             
this.STT.ReadOnly = true;
412             
this.STT.Width = 40;
413             
//
414             
// TenSanPham
415             
//
416             
this.TenSanPham.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
417             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
418             
this.TenSanPham.DefaultCellStyle = dataGridViewCellStyle1;
419             
this.TenSanPham.FillWeight = 200F;
420             
this.TenSanPham.HeaderText = "Tên sản phẩm";
421             
this.TenSanPham.Name = "TenSanPham";
422             
this.TenSanPham.ReadOnly = true;
423             
//
424             
// SoLuong
425             
//
426             
this.SoLuong.FillWeight = 70F;
427             
this.SoLuong.HeaderText = "S.Lượng";
428             
this.SoLuong.Name = "SoLuong";
429             
this.SoLuong.ReadOnly = true;
430             
this.SoLuong.Width = 70;
431             
//
432             
// GiaBan
433             
//
434             
this.GiaBan.HeaderText = "Giá bán";
435             
this.GiaBan.Name = "GiaBan";
436             
this.GiaBan.ReadOnly = true;
437             
//
438             
// ChietKhauPt
439             
//
440             
this.ChietKhauPt.HeaderText = "% CK";
441             
this.ChietKhauPt.Name = "ChietKhauPt";
442             
//
443             
// TongTien
444             
//
445             
this.TongTien.FillWeight = 120F;
446             
this.TongTien.HeaderText = "Tổng tiền";
447             
this.TongTien.Name = "TongTien";
448             
this.TongTien.ReadOnly = true;
449             
this.TongTien.Width = 120;
450             
//
451             
// frmBanHang_Ck_Thue
452             
//
453             
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
454             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
455             
this.ClientSize = new System.Drawing.Size(884, 461);
456             
this.Controls.Add(this.btnDong);
457             
this.Controls.Add(this.tabControlBanHangCk_Thue);
458             
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
459             
this.Margin = new System.Windows.Forms.Padding(4);
460             
this.MinimizeBox = false;
461             
this.Name = "frmBanHang_Ck_Thue";
462             
this.Text = "Chiết khấu sản phẩm";
463             
this.Load += new System.EventHandler(this.frmBanHang_Ck_Thue_Load);
464             
this.tabControlBanHangCk_Thue.ResumeLayout(false);
465             
this.tabPageChietKhau.ResumeLayout(false);
466             ((System.ComponentModel.ISupportInitialize)(
this.dgvDsSpCkVaThue)).EndInit();
467             
this.tabPageChiTietThue.ResumeLayout(false);
468             
this.tabPageChiTietThue.PerformLayout();
469             
this.ResumeLayout(false);
470
471         }
472
473         
#endregion
474
475         
private System.Windows.Forms.TabControl tabControlBanHangCk_Thue;
476         
private System.Windows.Forms.TabPage tabPageChietKhau;
477         
private System.Windows.Forms.TabPage tabPageChiTietThue;
478         
private System.Windows.Forms.Button btnLuuThayDoi;
479         
private System.Windows.Forms.DataGridView dgvDsSpCkVaThue;
480         
private System.Windows.Forms.Button btnDong;
481         
private System.Windows.Forms.TextBox txtTenSanPham;
482         
private System.Windows.Forms.Label label1;
483         
private System.Windows.Forms.TextBox txtSoLuong;
484         
private System.Windows.Forms.Label label4;
485         
private System.Windows.Forms.TextBox txtGiaBan;
486         
private System.Windows.Forms.Label label3;
487         
private System.Windows.Forms.TextBox txtMaSanPham;
488         
private System.Windows.Forms.Label label2;
489         
private System.Windows.Forms.Label label6;
490         
private System.Windows.Forms.ComboBox cmbThue;
491         
private System.Windows.Forms.TextBox txtChietKhau;
492         
private System.Windows.Forms.Label label5;
493         
private System.Windows.Forms.TextBox txtThueShowText;
494         
private System.Windows.Forms.TextBox txtChietKhauShowText;
495         
private System.Windows.Forms.TextBox txtTongTienShowText;
496         
private System.Windows.Forms.Label label7;
497         
private System.Windows.Forms.Button btnLuuVaThietLapTiep;
498         
private System.Windows.Forms.TextBox txtDVTShowText;
499         
private System.Windows.Forms.Label label9;
500         
private System.Windows.Forms.Label label8;
501         
private System.Windows.Forms.DataGridViewTextBoxColumn IdBanHang;
502         
private System.Windows.Forms.DataGridViewTextBoxColumn TenDonViTinh;
503         
private System.Windows.Forms.DataGridViewTextBoxColumn MaSanPham;
504         
private System.Windows.Forms.DataGridViewTextBoxColumn STT;
505         
private System.Windows.Forms.DataGridViewTextBoxColumn TenSanPham;
506         
private System.Windows.Forms.DataGridViewTextBoxColumn SoLuong;
507         
private System.Windows.Forms.DataGridViewTextBoxColumn GiaBan;
508         
private System.Windows.Forms.DataGridViewTextBoxColumn ChietKhauPt;
509         
private System.Windows.Forms.DataGridViewTextBoxColumn TongTien;
510     }
511 }


Gõ tìm kiếm nhanh...